Try again to fix the doc build
authorMatthias Clasen <mclasen@redhat.com>
Wed, 5 Jan 2011 14:38:36 +0000 (09:38 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 5 Jan 2011 14:38:36 +0000 (09:38 -0500)
gtk/gtkexpander.c

index 70b701a07d87899507be1d291604883d8be671b5..0370c1226a32ef56247c522fd7c00d4b386035f6 100644 (file)
  * @Short_description: A container which can hide its child
  * @Title: GtkExpander
  *
- * <para>
  * A #GtkExpander allows the user to hide or show its child by clicking
  * on an expander triangle similar to the triangles used in a #GtkTreeView.
- * </para>
- * <para>
+ *
  * Normally you use an expander as you would use any other descendant
  * of #GtkBin; you create the child widget and use gtk_container_add()
  * to add it to the expander. When the expander is toggled, it will take
  * care of showing and hiding the child automatically.
- * </para>
+ *
  * <refsect2 id="expander-special-usage">
  * <title>Special Usage</title>
  * <para>
@@ -99,6 +97,7 @@
  * ]]></programlisting>
  * </example>
  * </refsect2>
+ *
  */
 
 #include "config.h"